convert IPv4-mapped addresses to IPv4 addresses
authorAaron Wyatt <dev@psi-borg.org>
Mon, 2 Sep 2019 11:35:55 +0000 (13:35 +0200)
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Mon, 2 Sep 2019 11:35:55 +0000 (13:35 +0200)
commit7dfe11d134a84dc075e45045f6ce5b23b809b00c
treef405b36b010e306d0e7070bffded1b57f5c81944
parentd25f069a91a0f0288041980177695bd8e37bae9c
convert IPv4-mapped addresses to IPv4 addresses

Forwarded: no
Last-Update: 2019-09-02

Other clients hang at "Waiting for Peer..." when attempting to connect to
jacktrip running as a server. This is because of a change to the way that
QHostAddress works in Qt5, resulting in the return of an IPv4-mapped address
instead of an IPv4 address. The attached a patch fixes this (restoring the
behaviour shown by Qt4).
Last-Update: 2019-09-02
Gbp-Pq: Name convert_IPv4.patch
src/JackTrip.cpp